style.module.scss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566
  1. .cashWheelClient{
  2. padding:0.07rem 0.26rem 0;
  3. .cashMain{
  4. border-radius: .1rem;
  5. background-color: rgb(35, 35, 39);
  6. &.type1{
  7. padding: .08rem .23rem .02rem;
  8. width: 100%;
  9. -webkit-box-sizing: border-box;
  10. box-sizing: border-box;
  11. margin: 0 auto;
  12. display: -webkit-box;
  13. display: -ms-flexbox;
  14. display: flex;
  15. -webkit-box-orient: vertical;
  16. -webkit-box-direction: normal;
  17. -ms-flex-direction: column;
  18. flex-direction: column;
  19. -webkit-box-align: center;
  20. -ms-flex-align: center;
  21. align-items: center;
  22. margin-bottom: .2rem;
  23. .haveCash {
  24. font-size: .3rem;
  25. color: #6ddf38;
  26. -webkit-box-pack: justify;
  27. -ms-flex-pack: justify;
  28. justify-content: space-between;
  29. width: 100%
  30. }
  31. .needCash {
  32. color: #fff;
  33. text-align: center
  34. }
  35. .needCashNum {
  36. color: #6ddf39
  37. }
  38. }
  39. .progress {
  40. width: 100%;
  41. margin: .11rem 0 .07rem;
  42. position: relative;
  43. .num {
  44. position: absolute;
  45. right: 0;
  46. top: -.18rem;
  47. color: #fff
  48. }
  49. .bar {
  50. width: 100%;
  51. height: .08rem;
  52. background: #6ddf39;
  53. border-radius: .1rem;
  54. position: relative;
  55. span {
  56. position: absolute;
  57. left: 0;
  58. top: 0;
  59. display: inline-block;
  60. height: .08rem;
  61. background: #6ddf39;
  62. border-radius: .08rem;
  63. &:after {
  64. content: "";
  65. display: inline-block;
  66. width: .08rem;
  67. position: absolute;
  68. height: .08rem;
  69. border-radius: 50%;
  70. background-color: #fff;
  71. right: 0
  72. }
  73. }
  74. }
  75. }
  76. .haveCash {
  77. display: -webkit-box;
  78. display: -ms-flexbox;
  79. display: flex;
  80. -webkit-box-align: center;
  81. -ms-flex-align: center;
  82. align-items: center;
  83. font-size: .3rem;
  84. font-family: Roboto;
  85. font-weight: 700;
  86. margin: .06rem 0;
  87. width: -webkit-calc(100% + .2rem);
  88. width: calc(100% + .2rem);
  89. white-space: nowrap;
  90. .currency {
  91. text-transform: uppercase
  92. }
  93. .cashImg {
  94. width: .5rem
  95. }
  96. .cash {
  97. width: .52rem;
  98. font-weight: 700;
  99. margin-right: .12rem
  100. }
  101. }
  102. .noWithdraw,.haveCash {
  103. color: #fff;
  104. -webkit-box-pack: center;
  105. -ms-flex-pack: center;
  106. justify-content: center
  107. }
  108. .needCash {
  109. height: .22rem;
  110. border-radius: .14rem;
  111. font-size: .13rem;
  112. color: #fff;
  113. line-height: .22rem;
  114. margin-bottom: .05rem;
  115. overflow: hidden;
  116. -o-text-overflow: ellipsis;
  117. text-overflow: ellipsis;
  118. white-space: nowrap;
  119. width: 100%
  120. }
  121. .needCashNum {
  122. font-family: "SWISSC-BT";
  123. margin: 0 .03rem
  124. }
  125. .withdraw {
  126. width: .65rem;
  127. height: .2rem;
  128. padding: .02rem .06rem;
  129. background: #efb423 -webkit-gradient(linear,left top,right top,from(#49a319),to(#2b8b2f));
  130. background: #efb423 -webkit-linear-gradient(left,#49a319,#2b8b2f);
  131. background: #efb423 -o-linear-gradient(left,#49a319 0,#2b8b2f 100%);
  132. background: #efb423 linear-gradient(90deg,#49a319,#2b8b2f);
  133. display: -webkit-box;
  134. display: -ms-flexbox;
  135. display: flex;
  136. -webkit-box-align: center;
  137. -ms-flex-align: center;
  138. align-items: center;
  139. font-size: .12rem;
  140. font-family: Roboto;
  141. font-weight: 700;
  142. color: #fff;
  143. border-radius: .1rem;
  144. -webkit-box-pack: center;
  145. -ms-flex-pack: center;
  146. justify-content: center;
  147. cursor: pointer;
  148. img {
  149. width: .14rem;
  150. margin-right: .03rem
  151. }
  152. }
  153. }
  154. .drawMain {
  155. width: 2.53rem;
  156. height: 2.53rem;
  157. margin: .5rem -.11rem 0;
  158. padding: .5rem;
  159. background-size: cover;
  160. .draw {
  161. width: 2.53rem;
  162. height: 2.53rem;
  163. margin: .1rem auto .06rem;
  164. position: relative;
  165. }
  166. .lamp{
  167. position: absolute;
  168. left: -29%;
  169. top: -36%;
  170. z-index: 4;
  171. width: 157%;
  172. max-width: 157%;
  173. pointer-events: none
  174. }
  175. .light1,.light2 {
  176. position: absolute;
  177. z-index: 4;
  178. width: 96%;
  179. height: 96%;
  180. right: .09rem;
  181. top: .09rem
  182. }
  183. .drawBgImg{
  184. position: absolute;
  185. z-index: 1;
  186. left: -25%;
  187. top: -45%;
  188. width: 156%;
  189. max-width: 156%;
  190. -webkit-transform: rotate(0deg);
  191. -ms-transform: rotate(0deg);
  192. transform: rotate(0deg);
  193. -webkit-animation: drawBgImg 20s linear infinite;
  194. animation: drawBgImg 20s linear infinite
  195. }
  196. .position {
  197. position: absolute;
  198. left: 48%;
  199. top: 51%;
  200. -webkit-transform: translate(-50%,-50%);
  201. -ms-transform: translate(-50%,-50%);
  202. transform: translate(-50%,-50%);
  203. }
  204. .drawImg {
  205. z-index: 8;
  206. width: 28%
  207. }
  208. .pointer {
  209. position: absolute;
  210. width: 96%;
  211. display: -webkit-box;
  212. display: -ms-flexbox;
  213. display: flex;
  214. -webkit-box-align: center;
  215. -ms-flex-align: center;
  216. align-items: center;
  217. -webkit-box-pack: center;
  218. -ms-flex-pack: center;
  219. justify-content: center;
  220. img{
  221. width:.78rem;
  222. height:.46rem;
  223. z-index: 10;
  224. }
  225. }
  226. .drawContents {
  227. width: 84%;
  228. height: 84%;
  229. border-radius: 50%;
  230. overflow: hidden;
  231. margin: -40.5% 0 0 -43.5%;
  232. position: absolute;
  233. left: 50%;
  234. top: 50%;
  235. z-index: 5
  236. }
  237. #draw {
  238. width: 100%;
  239. height: 100%;
  240. background-image: url('/wheel/spinBg.png');
  241. background-size: cover;
  242. border-radius: 50%
  243. }
  244. }
  245. .drawContent {
  246. margin-top: .9rem;
  247. position: relative;
  248. z-index: 6;
  249. .text{
  250. color: #fff;
  251. text-align: center;
  252. font-size: .13rem;
  253. margin-top: .11rem;
  254. height: .2rem;
  255. }
  256. .cashButton {
  257. display: -webkit-box;
  258. display: -ms-flexbox;
  259. display: flex;
  260. -webkit-box-align: center;
  261. -ms-flex-align: center;
  262. align-items: center;
  263. -webkit-box-pack: justify;
  264. -ms-flex-pack: justify;
  265. justify-content: space-between;
  266. height: .35rem;
  267. line-height: .35rem;
  268. margin: .06rem 0 .2rem;
  269. font-size: .19rem;
  270. width: 100%;
  271. border-radius: .03rem;
  272. text-align: center;
  273. background: #202124;
  274. font-size: .14rem;
  275. font-family: Roboto;
  276. color: #fff;
  277. div {
  278. width: 100%
  279. }
  280. .iconfont{
  281. width: .4rem;
  282. background: #232327;
  283. font-family: iconfont !important;
  284. font-size: 16px;
  285. font-style: normal;
  286. -webkit-font-smoothing: antialiased;
  287. &iconShare:before{
  288. content: "\e61f";
  289. }
  290. }
  291. }
  292. }
  293. .report{
  294. .vanTabs{
  295. position: relative;
  296. box-sizing: content-box;
  297. height: 100%;
  298. padding-bottom: 15px;
  299. //padding-right: 8px;
  300. //padding-left: 8px;
  301. border-radius: 15px;
  302. background: #000;
  303. .vanTabsWrap{
  304. overflow: initial;
  305. height:44px;
  306. }
  307. .vanTabsNav{
  308. overflow-x: auto;
  309. overflow-y: hidden;
  310. -webkit-overflow-scrolling: touch;
  311. }
  312. .vanTabsNav::-webkit-scrollbar {
  313. display: none
  314. }
  315. .vanTabsNav {
  316. position: relative;
  317. display: -webkit-box;
  318. display: -webkit-flex;
  319. display: grid;
  320. grid-template-columns: 1fr 1fr;
  321. background: transparent;
  322. -webkit-user-select: none;
  323. user-select: none;
  324. border-top-right-radius: 20px;
  325. border-top-left-radius: 20px;
  326. }
  327. .vanTabItem{
  328. background: #000;
  329. color: #9c9c9c;
  330. font-size: 0.15rem;
  331. height:.45rem;
  332. line-height: .45rem;
  333. padding:0 4px;
  334. flex:1;
  335. display: flex;
  336. align-items: center;
  337. justify-content: center;
  338. cursor: pointer;
  339. & .activeText{
  340. position: relative;
  341. color: #fff;
  342. //border: 1px solid red;
  343. text-decoration: underline #15a920;
  344. text-underline-offset: 8px;
  345. }
  346. &.vanTabAcriveRight{
  347. position: relative;
  348. z-index: 1;
  349. &:before{
  350. content: '';
  351. position: absolute;
  352. left: 0;
  353. z-index: -1;
  354. width: 110%;
  355. height: 100%;
  356. background-image: url("/wheels/right-button.png");
  357. background-size: 100% 100%;
  358. }
  359. }
  360. &.vanTabAcriveLeft{
  361. position: relative;
  362. z-index: 1;
  363. &:before{
  364. content: '';
  365. position: absolute;
  366. right: 0;
  367. z-index: -1;
  368. width: 110%;
  369. height: 100%;
  370. background-image: url("/wheels/left-button.png");
  371. background-size: 100% 100%;
  372. }
  373. }
  374. }
  375. .vanTabsContent{
  376. margin-top: .15rem;
  377. //background: #000;
  378. .vantabpane{
  379. width: 100%;
  380. box-sizing: border-box;
  381. }
  382. .tabContent{
  383. height:1.7rem;
  384. overflow: hidden;
  385. }
  386. .winList {
  387. height: 100%;
  388. animation: smoothscroll 12.6s linear infinite;
  389. .item {
  390. height: .3rem!important;
  391. font-size: .12rem;
  392. -webkit-box-sizing: border-box;
  393. box-sizing: border-box;
  394. display: -webkit-box;
  395. display: -ms-flexbox;
  396. display: flex;
  397. -webkit-box-pack: justify;
  398. -ms-flex-pack: justify;
  399. justify-content: space-between;
  400. -webkit-box-align: center;
  401. -ms-flex-align: center;
  402. align-items: center;
  403. color: #8795b1;
  404. background-color: transparent;
  405. padding: 0 .05rem;
  406. .name{
  407. color: #8795b1;
  408. display: block;
  409. width: 1rem
  410. }
  411. .tipText {
  412. color: #8795b1;
  413. min-width: 1.1rem
  414. }
  415. .value {
  416. display: -webkit-box;
  417. display: -ms-flexbox;
  418. display: flex;
  419. -webkit-box-pack: end;
  420. -ms-flex-pack: end;
  421. justify-content: flex-end;
  422. width: .55rem;
  423. img {
  424. width: .24rem
  425. }
  426. }
  427. .addCash{
  428. color: #6ddf39;
  429. width: .33rem
  430. }
  431. .unit {
  432. display: -webkit-box;
  433. display: -ms-flexbox;
  434. display: flex;
  435. -webkit-box-align: center;
  436. -ms-flex-align: center;
  437. align-items: center;
  438. -webkit-box-pack: center;
  439. -ms-flex-pack: center;
  440. justify-content: center;
  441. font-family: SWISSC-BT;
  442. color: #fff;
  443. font-size: .1rem;
  444. height: .16rem;
  445. width: .16rem;
  446. background: #6ddf39;
  447. border-radius: 50%;
  448. margin-left: .02rem
  449. }
  450. }
  451. &.type1{
  452. .item {
  453. border-radius: 0;
  454. &:last-child {
  455. border-bottom: none
  456. }
  457. }
  458. }
  459. }
  460. }
  461. }
  462. .rules {
  463. border-radius: .04rem;
  464. background: #232327;
  465. //width: 106%;
  466. //margin-left: -3%;
  467. margin-top: .04rem;
  468. padding: 0.0694rem;
  469. -webkit-box-sizing: border-box;
  470. box-sizing: border-box;
  471. h2 {
  472. font-size: .18rem;
  473. color: #8795b1;
  474. padding-top: .11rem;
  475. text-align: center
  476. }
  477. .tipsContent {
  478. font-size: .14rem;
  479. color: #7d8397;
  480. li {
  481. margin: .16rem 0
  482. }
  483. }
  484. }
  485. }
  486. }
  487. @-webkit-keyframes drawBgImg {
  488. 0% {
  489. -webkit-transform: rotate(0deg);
  490. transform: rotate(0deg)
  491. }
  492. to {
  493. -webkit-transform: rotate(1turn);
  494. transform: rotate(1turn)
  495. }
  496. }
  497. @keyframes drawBgImg {
  498. 0% {
  499. -webkit-transform: rotate(0deg);
  500. transform: rotate(0deg)
  501. }
  502. to {
  503. -webkit-transform: rotate(1turn);
  504. transform: rotate(1turn)
  505. }
  506. }
  507. @keyframes smoothscroll {
  508. 0% {
  509. transform: translateY(0);
  510. }
  511. 100% {
  512. transform: translateY(-6.14rem);
  513. }
  514. }